home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…tion Library 2 (Reseller)
/
Apple R&P Lib Reseller v2.0.iso
/
3-Demos
/
Third Party Demos
/
DTMedia
/
SpringBoard Publisher
/
background_21853.txt
< prev
next >
Wrap
Text File
|
1989-01-25
|
1KB
|
64 lines
-- background: 21853 from stack: in
-- bmap block id: 22290
-- flags: 0000
-- background id: 0
-- name: Laser Fonts
-- part 1 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=159 top=323 right=341 bottom=362
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Press Here To Return To Menu
----- HyperTalk script -----
on mouseUp
visual iris close
go to card "Menu"
end mouseUp
-- part 2 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=2 top=323 right=341 bottom=112
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Previous Card
----- HyperTalk script -----
on mouseUp
go to prev card
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=431 top=323 right=341 bottom=510
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next Card
----- HyperTalk script -----
on mouseUp
go to next card
end mouseUp